From d19426d3995bd814c85f1c2c9a4794945fa90ac8 Mon Sep 17 00:00:00 2001 From: Cam Cook Date: Sat, 26 Nov 2022 13:32:27 -0500 Subject: [PATCH] | domain | current | suggestion | |--------|---------|------------| | [GtkLabel](https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklabel.c#L3142) | "the [property@Gtk.Label:use-underline property]" | "the [property@Gtk.Label:use-underline] property" | --- gtk/gtklabel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c index 6c76c85133..6119728040 100644 --- a/gtk/gtklabel.c +++ b/gtk/gtklabel.c @@ -3139,7 +3139,7 @@ gtk_label_recalculate (GtkLabel *self) * It overwrites any text that was there before. * * This function will clear any previously set mnemonic accelerators, - * and set the [property@Gtk.Label:use-underline property] to %FALSE as + * and set the [property@Gtk.Label:use-underline] property to %FALSE as * a side effect. * * This function will set the [property@Gtk.Label:use-markup] property -- 2.30.2